/ Assembly List / LJCWinFormCommon / FormCommon / CropImage

Namespace - LJCWinFormCommon


Parameters
image - The original image.
cropPoint - The crop start point.
cropSize - The crop size.

Returns

The cropped image.

Syntax

C#
public static Image CropImage(Image image, Point cropPoint, Size cropSize)

Crops an image.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.